Public Overridable Property Style As IndexStyle
Dim instance As BaseCompositeIndex(Of T) Dim value As IndexStyle instance.Style = value value = instance.Style
public virtual IndexStyle Style {get; set;}
public: virtual property IndexStyle Style { IndexStyle get(); void set ( IndexStyle value); }